home *** CD-ROM | disk | FTP | other *** search
- ;;;;;;;;;;; CADET.LSP v5.0 Copyright 1990,93 Steve Waskow ;;;;;;;;;;;
- ;
- ; Do not edit this file. This file is maintained by Cadet's INSTALL program.
- ; There are no user-configurable variables in this file.
- ;
- (SETQ CADETL "C:\\CADET\\")
- (if (getenv "CADET")
- (if (not (member (substr (setq CADETD (getenv "CADET")) (strlen CADETD) 1)
- '(":" "\\" "/"))) (setq CADETD (strcat CADETD "\\")))
- (setq CADETD CADETL)
- )
- (defun WtsLsp (fn CADET@)
- (prompt "\nLoading...") (load (strcat CADETL fn))
- (prompt "\10\10\10\10\10\10ed. ") (eval (list (read fn) CADET@))
- )
- (defun c:C_C () (if WtsC (WtsC "C") (WtsLsp "WtsC" "C")))
- (defun c:C_N () (if WtsC (WtsC "N") (WtsLsp "WtsC" "N")))
- (defun c:C_I () (if WtsI (WtsI "I") (WtsLsp "WtsI" "I")))
- (defun c:C_E () (if WtsE (WtsE "E") (WtsLsp "WtsE" "E")))
- (defun c:C_ET () (if WtsE (WtsE "T") (WtsLsp "WtsE" "T")))
- (defun c:C_EN () (if WtsE (WtsE "O") (WtsLsp "WtsE" "O")))
- (defun c:C_EA () (if WtsE (WtsE "B") (WtsLsp "WtsE" "B")))
- (defun c:C_EG () (if WtsE (WtsE "G") (WtsLsp "WtsE" "G")))
- (defun c:C_S () (if WtsP (WtsP "S") (WtsLsp "WtsP" "S")))
- (defun c:C_P () (if WtsP (WtsP "P") (WtsLsp "WtsP" "P")))
- (defun c:C_M () (if WtsP (WtsP "M") (WtsLsp "WtsP" "M")))
- (defun c:C_J () (if WtsJ (WtsJ "J") (WtsLsp "WtsJ" "J")))
- (defun c:C_A () (if WtsJ (WtsJ "A") (WtsLsp "WtsJ" "A")))
- (defun c:C_X () (if WtsM (WtsM "X") (WtsLsp "WtsM" "X")))
- (defun c:C_O () (if WtsM (WtsM "V") (WtsLsp "WtsM" "V")))
- (defun c:C_H () (if WtsM (WtsM "H") (WtsLsp "WtsM" "H")))
- (defun c:Cadet () (if WtsM (WtsM "_") (WtsLsp "WtsM" "_")))
- (load (strcat (if (findfile (strcat CADETD "CADETLSP.CFG")) CADETD CADETL) "CADETLSP.CFG"))
- (princ " CADET ")